home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / disk / amicdrom / intui.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-22  |  218 b   |  11 lines

  1. /* intui.h: */
  2.  
  3. void Init_Intui (void);
  4. void Close_Intui (void);
  5. void Display_Error (char *, ...);
  6. void Show_CDDA_Icon (void);
  7. void Hide_CDDA_Icon (void);
  8.  
  9. extern struct MsgPort *g_app_port;
  10. extern ULONG g_app_sigbit;
  11.